1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.example.caenrfidsampleapp"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="26"
8-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml
9        android:targetSdkVersion="33" />
9-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml
10
11    <uses-feature android:name="android.hardware.usb.host" />
11-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:5:5-61
11-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:5:19-59
12
13    <permission
13-->[androidx.core:core:1.9.0] /Users/caenrfid/.gradle/caches/transforms-3/55dedc70b95a473650eda30d4efd0f99/transformed/core-1.9.0/AndroidManifest.xml:22:5-24:47
14        android:name="com.example.caenrfidsampleapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
14-->[androidx.core:core:1.9.0] /Users/caenrfid/.gradle/caches/transforms-3/55dedc70b95a473650eda30d4efd0f99/transformed/core-1.9.0/AndroidManifest.xml:23:9-81
15        android:protectionLevel="signature" />
15-->[androidx.core:core:1.9.0] /Users/caenrfid/.gradle/caches/transforms-3/55dedc70b95a473650eda30d4efd0f99/transformed/core-1.9.0/AndroidManifest.xml:24:9-44
16
17    <uses-permission android:name="com.example.caenrfidsampleapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
17-->[androidx.core:core:1.9.0] /Users/caenrfid/.gradle/caches/transforms-3/55dedc70b95a473650eda30d4efd0f99/transformed/core-1.9.0/AndroidManifest.xml:26:5-97
17-->[androidx.core:core:1.9.0] /Users/caenrfid/.gradle/caches/transforms-3/55dedc70b95a473650eda30d4efd0f99/transformed/core-1.9.0/AndroidManifest.xml:26:22-94
18
19    <application
19-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:6:5-32:19
20        android:allowBackup="true"
20-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:7:9-35
21        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
21-->[androidx.core:core:1.9.0] /Users/caenrfid/.gradle/caches/transforms-3/55dedc70b95a473650eda30d4efd0f99/transformed/core-1.9.0/AndroidManifest.xml:28:18-86
22        android:dataExtractionRules="@xml/data_extraction_rules"
22-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:8:9-65
23        android:debuggable="true"
24        android:extractNativeLibs="false"
25        android:fullBackupContent="@xml/backup_rules"
25-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:9:9-54
26        android:icon="@mipmap/ic_launcher"
26-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:10:9-43
27        android:label="@string/app_name"
27-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:11:9-41
28        android:roundIcon="@mipmap/ic_launcher_round"
28-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:12:9-54
29        android:supportsRtl="true"
29-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:13:9-35
30        android:testOnly="true"
31        android:theme="@style/Theme.CAENRFIDSampleApp" >
31-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:14:9-55
32        <receiver
32-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:17:9-20:48
33            android:name="com.example.caenrfidsampleapp.usb.UsbPermissionReceiver"
33-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:18:13-54
34            android:enabled="true"
34-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:19:13-35
35            android:exported="true" />
35-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:20:13-36
36
37        <activity
37-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:22:9-31:20
38            android:name="com.example.caenrfidsampleapp.MainActivity"
38-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:23:13-41
39            android:exported="true"
39-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:24:13-36
40            android:theme="@style/Theme.CAENRFIDSampleApp.NoActionBar" >
40-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:25:13-71
41            <intent-filter>
41-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:26:13-30:29
42                <action android:name="android.intent.action.MAIN" />
42-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:27:17-69
42-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:27:25-66
43
44                <category android:name="android.intent.category.LAUNCHER" />
44-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:29:17-77
44-->/Users/caenrfid/Desktop/Examples/Demos/Android/CAENRFIDSampleApp_USB/app/src/main/AndroidManifest.xml:29:27-74
45            </intent-filter>
46        </activity>
47
48        <provider
48-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:24:9-32:20
49            android:name="androidx.startup.InitializationProvider"
49-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:25:13-67
50            android:authorities="com.example.caenrfidsampleapp.androidx-startup"
50-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:26:13-68
51            android:exported="false" >
51-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:27:13-37
52            <meta-data
52-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:29:13-31:52
53                android:name="androidx.emoji2.text.EmojiCompatInitializer"
53-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:30:17-75
54                android:value="androidx.startup" />
54-->[androidx.emoji2:emoji2:1.2.0] /Users/caenrfid/.gradle/caches/transforms-3/58734ab3db9d01442ffac75a0ea2bc68/transformed/emoji2-1.2.0/AndroidManifest.xml:31:17-49
55            <meta-data
55-->[androidx.lifecycle:lifecycle-process:2.6.1] /Users/caenrfid/.gradle/caches/transforms-3/25269b7bd72d9a2134a14b4ac7ff36e5/transformed/lifecycle-process-2.6.1/AndroidManifest.xml:29:13-31:52
56                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
56-->[androidx.lifecycle:lifecycle-process:2.6.1] /Users/caenrfid/.gradle/caches/transforms-3/25269b7bd72d9a2134a14b4ac7ff36e5/transformed/lifecycle-process-2.6.1/AndroidManifest.xml:30:17-78
57                android:value="androidx.startup" />
57-->[androidx.lifecycle:lifecycle-process:2.6.1] /Users/caenrfid/.gradle/caches/transforms-3/25269b7bd72d9a2134a14b4ac7ff36e5/transformed/lifecycle-process-2.6.1/AndroidManifest.xml:31:17-49
58            <meta-data
58-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:29:13-31:52
59                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
59-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:30:17-85
60                android:value="androidx.startup" />
60-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:31:17-49
61        </provider>
62
63        <uses-library
63-->[androidx.window:window:1.0.0] /Users/caenrfid/.gradle/caches/transforms-3/98fbcfdeb64a67de9fd697c6d31f0b08/transformed/window-1.0.0/AndroidManifest.xml:25:9-27:40
64            android:name="androidx.window.extensions"
64-->[androidx.window:window:1.0.0] /Users/caenrfid/.gradle/caches/transforms-3/98fbcfdeb64a67de9fd697c6d31f0b08/transformed/window-1.0.0/AndroidManifest.xml:26:13-54
65            android:required="false" />
65-->[androidx.window:window:1.0.0] /Users/caenrfid/.gradle/caches/transforms-3/98fbcfdeb64a67de9fd697c6d31f0b08/transformed/window-1.0.0/AndroidManifest.xml:27:13-37
66        <uses-library
66-->[androidx.window:window:1.0.0] /Users/caenrfid/.gradle/caches/transforms-3/98fbcfdeb64a67de9fd697c6d31f0b08/transformed/window-1.0.0/AndroidManifest.xml:28:9-30:40
67            android:name="androidx.window.sidecar"
67-->[androidx.window:window:1.0.0] /Users/caenrfid/.gradle/caches/transforms-3/98fbcfdeb64a67de9fd697c6d31f0b08/transformed/window-1.0.0/AndroidManifest.xml:29:13-51
68            android:required="false" />
68-->[androidx.window:window:1.0.0] /Users/caenrfid/.gradle/caches/transforms-3/98fbcfdeb64a67de9fd697c6d31f0b08/transformed/window-1.0.0/AndroidManifest.xml:30:13-37
69
70        <receiver
70-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:34:9-52:20
71            android:name="androidx.profileinstaller.ProfileInstallReceiver"
71-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:35:13-76
72            android:directBootAware="false"
72-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:36:13-44
73            android:enabled="true"
73-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:37:13-35
74            android:exported="true"
74-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:38:13-36
75            android:permission="android.permission.DUMP" >
75-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:39:13-57
76            <intent-filter>
76-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:40:13-42:29
77                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
77-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:41:17-91
77-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:41:25-88
78            </intent-filter>
79            <intent-filter>
79-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:43:13-45:29
80                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
80-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:44:17-85
80-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:44:25-82
81            </intent-filter>
82            <intent-filter>
82-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:46:13-48:29
83                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
83-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:47:17-88
83-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:47:25-85
84            </intent-filter>
85            <intent-filter>
85-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:49:13-51:29
86                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
86-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:50:17-95
86-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/caenrfid/.gradle/caches/transforms-3/15243181c2f23928d559fe6eaa375031/transformed/profileinstaller-1.3.0/AndroidManifest.xml:50:25-92
87            </intent-filter>
88        </receiver>
89    </application>
90
91</manifest>
